Part Number Hot Search : 
58004 W2416 05000 CY62256V GPP100D XFTPR SSM3K12T AD1881
Product Description
Full Text Search
 

To Download MA2910 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  MA2910 1 ds3578-2.5 the industry standard MA2910 microprogram controller forms part of the ma2900 family of devices. offering a building block approach to microcomputer and controller design, each device in the range is expandable permitting efficient emulation of any microcode-controlled machine. the family has been designed for operation in severe environments such as space, and is qualified to thehighest levels of reliability. the MA2910 micro-program controller is an address sequencer intended for sequence control of microinstructionsstored in microprogram memory in high speed micro- processor applications. all internal elements are full 12 bits wide and address up to 4096 words with one chip. the device has an integral settable12 bit internal loop counter for repeating instructions and counting loop iterations. the MA2910 has four address sources which allow microprogram address to be selected from the microgram counter, branch address bus, 9 level push/pop stack, or internal holding register. the MA2910 supports 100ns cycle times and has an integral decoder function to enable external devices onto branch address bus which eliminates the requirement for anexternal decoder. radiation hard microprogram controller figure 1: block diagram MA2910 april 1995 featuresn fully compatible with industry standard 2910a n cmos sos technology n radiation hard and high seu immunity n high speed / low power n fully ttl compatible
MA29102 operation the MA2910 is a sos microprogram controller intended for use in high speed microprocessor applications. besides thecapability of sequential access, it provides conditional branching to any microinstruction within its 4096-microwordrange. a last-in, first-out stack provides microsubroutine return linkage and looping capability; there are nine nesting levels ofmicrosubroutines. microinstruction loop count control is provided with a count capacity of 4096. the device is controlled by 16, 4-bit microinstructions. the pla decodes the microinstructions on i(3:p) and producesselect control codes for the multiplexer, register/counter, microprogram counter register, and stack. the 4-bit microinstructions also generate three active low enable signals ( pl , vect , and map ) for external use. the operation of each device block is detailed below:multiplexer the MA2910 contains a four-input multiplexer that is used to select either the register/counter, direct input, microprogramcounter, or stack as the source of the next microinstruction address. register/counter the register/counter consists of 12 d-type, edgetriggered flip-flops, with a common clock enable. it is operated duringmicroinstructions (8,9,15) as a 12-bit down counter, with result = zero available as a microinstruction branch test criterion. this provides efficient iteration of microinstructions. the register/ counter is arranged such that if it is preloaded with a number n and is then used as a loop termination counter, the sequence will be executed exactly n+1 times.during instruction 15, a three way branch under combined control of the loop counter and the condition code is available. when its load control, rld, is low, new data is loaded on the next positive control transition. the output of the register/counter is available to the multiplexer as a source for the next microinstruction address.the direct input furnishes a source of data for loading the register /counter. microprogram counter-register the microprogram counter register (pc) is composed of a 12-bit incrementer followed by a 12-bit register. the (pc)can be used in one of two ways: when the carry-in to the incrementer is high, the microprogram register is loaded onto the next clock cycle with the current y output word plus one (y + 1 y pc). sequential microinstructions are thus executed. when the carry-in is low, the incrementer passesthe y output unmodified so that the pc is reloaded with the same y word on the next clock cycle (y y pc). the same microinstruction is thus executed any number of times.stack and stack pointer the third source available at the multiplexer input is a 9-word by 12-bit stack. the stack is used to provide returnaddress linkage when executing microsubroutines or loops. the stack contains a built-in stack pointer (sp) which always points to the last file word written. this allows stack referenceoperations (looping) to be performed without a pop. explicit control of the stack pointer occurs during instruction 0 (reset), which makes the stack empty by resetting the sp to zero. after a reset, and whenever thestack is empty, the contents of the top of the stack are undefined until a push occurs. any pops performed while thestack is empty put undefined data on the outputs and leave the stack at zero. the stack pointer operates as an up/down counter. during microinstructions 1,4, and 5, the push operation may occur.this causes the stack pointer to increment and the file to be written with the required return linkage. on the cycle following the push, the return data is at the new location pointed to by the stack pointer. during five microinstructions, a pop operation may occur. the stack pointer decrements at the next rising clock edgefollowing a pop, effectively removing old information from the top of the stack. the stack pointer linkage is such that any sequence of pushes, pops, or stack references can be achieved. at reset(instruction 0), the depth of nesting becomes zero. for each push, the nesting depth increases by one; for each pop, the depth decreases by one. pin descriptions vdd and gnd (power and ground) the MA2910 operates from a single supply voltage of 5v + 10% d (0 to 11) (direct input) these connections provide direct input to the register/ counter, and the multiplexer. d0 is the least significant bit andd1 the most significant i (0 to 3) (instruction bus) the data on these inputs is read on the rising edge of cp. it determlnes the instruction to be executed in accordance withtable 1. cc (condition code) this active low input is used to determine the result of conditional instructlon. low indicates a true conditlon. ccen (condition code enable) this active low input enables the cc input. when ccen is high, cc is ignored and a conditional operation executed asthough cc were low (true). ci (carry input) when high this input causes the microprogramme counter register to increment on the rising edge of cp. whenlow the counter remains unchanged. rld (register load) this active low input loads the register/counter from the d bus on the rising edge of cp. it will override any hold or decinstruction specified by data on the i bus.
MA2910 3 fail ccen = pass ccen = i 3 - i 0 mnemonic name register low & cc = high & cc = register/ enable /control high low control y stack y stack 0 jz jump zero x 0 clear o clear hold pl 1 cjs cond js p pl x pc hold d push hold pl 2 jmap jump map x d hold d hold hold map 3 cjp cond jump pl x pc hold d hold hold pl 4 push push/cond ld x pc push pc push note 1 pl cntr 5 jsrp cond jsb r/pl x r push d push hold pl vector 6 cjv cond jump x pc hold d hold hold vect 7 jrp cond jump r/pl x r hold d hold hold pl 8 rfct repeat loop 1 0 f hold f hold dec pl cntr 1 0 . = 0 pc pop pc pop hold pl 9 rpct repeat pl, 1 0 d hold d hold dec pl cntr 1 0 = 0 pc hold pc hold hold pl 10 crtn cond rtn x pc hold f pop hold pl 11 cjpp cond jump pl x pc hold d pop hold pl & pop 12 ldct ld cntr & x pc hold pc hold load pl continue 13 loop test end loop x f hold pc pop hold pl 14 cont continue x pc hold pc hold hold pl 15 twb three-way 1 0 f hold pc pop dec pl branch = 0 d po p pc pop hold p l note 1: if ccen = low & cc = high, hold, else load. full (stack full) the active low output full indicates that 9 items have been loaded onto the stack . pl , map & vect (pipeline, map and vector) these active low outputs are set according to the instruction being executed. at any time only one is active. they may be used to select from one of three possible external sources for microprogramme jumps, being used directly as three-state enables for these sources. typically: p l enables the primary source of microprogramme jumps, usually part of a pipeline register; m a p enables a prom which maps an instruction to a microcode starting location; vect enables an optional third source, after a vector from dma or interrupt source. y (0 to 11) (microcode address) this is a 12 bit wide tristate output bus. it carries the microcode address generated according to the instruction read in from the i bus. oe can be used to put the bus in a highimpedance state. this allows another to take control of the microcode address bus. oe (output enable) this active low input is used to enable the 12 lines of the y bus.cp (clock pulse) a low-to-hlgh transition on this input is used to trigger all state changes within the device. figure 2: table of instructions
MA29104 instruction set the MA2910 provides 16 instructions which select the address of the next microinstruction to be executed. 4 of theinstructions are unconditional and their effect depends only on the instruction. 10 of the instructions have an effect which is partially controlled by external conditions. 3 of the instructions have an effect which is partially controlled by the contents of the internal register/counter. in this discussion it is assumed the cl is tied high. in the 10 conditional instructions, the result of the data- dependent test is applied to cc . if the cc input is low, the test is considered passed, and the action specified in the nameoccurs; otherwise, the test has failed and an alternate (often simply the execution of the next sequential microinstruction) occurs. testing of c c may be disabled for a specific microinstruction by setting ccen high, which unconditionally forces the action specified in the name; that is it forces apass.other ways of using ccen include; (1) tying it high, which is useful if no microinstruction is data-dependent; (2)tying it low if data-dependent instructions are never forced unconditionally; or (3) tying it to the source of MA2910 instruction bit i 0 , which leaves instructions 4,6 and 10 as data- dependent but leaves others unconditional. all of these trickssave one bit of microcode width the effect of three instructions depend upon the contents of the register/counter. unless the counter holds a value ofzero, it is decremented; if it does hold zero, it is held and a different microprogram next address is selected.these instructions are useful for executing a microinstruction loop afinite number of times. instruction 15 is affected both by the external condition code and the internal register/counter. the most effective technique for understanding the MA2910 is to simply take each instruction and review its operation. in order to provide some feel for the actual execution of these instructions, examples of all 16 instructionsare included. the examples given should be interpreted in the following manner: the intent is to show microprogram flow as variousmicroprogram memory words are executed. for example, the continue instruction (number 14) simply means that the contents of the microprogram memoryword 50 are executed, then the contents of word 51 are executed. this is followed by the contents of 52 and 53 themicroprogram addresses used in the examples were arbitrarily chosen and have no meaning other than to show instruction flow. the exception to this is the first example, jump zero, which forces the microprogram location counter to address zero. each dot refers to the time that the contents of the microprogram memory word is in the pipeline register. while no special symbology is used for the conditional instructions, the following text will explain what the conditional choices are in each example. instruction 0: jz (jump to zero, or reset). this instruction unconditionally specifies that the address of the next microinstruction is zero. many designs use thisfeature for power-up sequences and provide the power-up firmware beginning at microprogram memory word location 0. figure 3: 0 jump zero (jz) instruction 1: conditional jump-to-subroutine. this instruction is a conditional jump-to-subroutine via the address provided in the pipeline register. as shown in figure 4,the machine might have executed words at address 50, 51, and 52. when the contents of address 52 is in the pipeline register the next address control function is the conditional jump-to-subroutine. here, if the test ispassed, the next instruction executed will be the contents of microprogram memory location 90. if the test has failed, the jump-to-subroutine will not be executed; the contents of microprogram memory location 53 will be executed instead. thus, the conditional jump-to-subroutine instruction at location 52 will cause the instruction either in location 90 or inlocation 53 to be executed next. if the test input is such that the location 90 is selected, value 53 will be pushed onto the internal stack. this provides the return linkage for the machinewhen the subroutine beginning at location 90 is completed. in this example, the subroutine was completed at location 93 and a return-from-subroutine would be found at location 93. figure 4: cond jsb pl (cjs) instruction 2: jump-map. this is an unconditional instruction which causes the map output to be enabled so that the next microinstruction locationis determined by the address supplied via the mapping proms. normally, the jump map instruction is used at theend of the instruction fetch sequence for the machine.
MA2910 5 figure 5: 2 jump map (jmap) figure 7: 4 push/cond ld cntr (push) instruction 4: push/conditional, load counter. this instruction is used primarily for setting up loops in microprogram firmware. in this example, when instruction 52 isin the pipeline register, a push will be made onto the stack and the counter will be loaded based on the condition. when a push occurs, the value pushed is always the next sequential instruction address. in this case, the address is 53. if the test fails, the counter is not loaded; if it is passed, the counter is loaded with the value contained in the pipeline register branch address field. thus, a single microinstruction can be used to set up a loop to be executed a specific number of times. instruction 8will describe how to use the pushed value and the register/ counter for looping. instruction 5: conditional jump-to-subroutine. this instruction is a conditional jump-to-subroutine via the register/counter of the contents of the pipeline register. apush is always performed and one of two subroutines executed. in this example, either the subroutine beginning ataddress 80 or the subroutine beginning at address 90 will be performed. a return-from-subroutine (instruction number 10) returns the microprogram flow to address 55. in order for this microinstruction control sequence to operate correctly, both the next address fields of instruction 53and the next address fields of instruction 54 would have to contain the proper value. lets assume that the branch address in the example of figure 5, microinstructions at locations 50,51, 52 and 53 might have been the fetch sequence and atits completion at location 53, the jump map function would be contained in the pipeline register. this example shows the mapping prom outputs to be 90; therefore, an unconditional jump to microprogram memory address 90 is performed instruction 3: conditional jump pipeline. this instruction derives its branch address from the pipeline register branch address value (br 0 -br 11 ). this instruction provides a technique for branching to various microprogram sequences depending upon the test conditioninputs. quite often, state machines are designed which simply execute tests on various inputs waiting for the condition to come true. when the true condition is reached, the machine then branches and executes a set of microinstructions to perform some functions. this usually has the effect of resettingthe input under test until some point in the future. the example shows the conditional jump via the pipeline register address at location 52. when the contents of mlcroprogram memory word 52 are in the pipeline register, thenext address will be either location 53 or 30, in this example. if the test is passed, the value currently in the pipeline register (30) will be selected. if the test fails, the next address selected will be contained in the microprogram counter which, in this example, is location 53. figure 6: 3 cond jump pl (clp) figure 8: 5 cond jsb r/pl (jsrp)
MA29106 fields of instruction 53 contain the value 90 so that it will be inthe MA2910 register/counter when the contents of the address 54 are in the pipeline register. this requires that the instruction at address 53 loads the register/counter. now,during the execution of instruction 5 (ataddress 54), if the test failed, the contents of the register (value=90) will select the address of the next microinstruction.if the test input passes, the pipeline register contents (value=80) will determine the address of the next microinstruction. therefore, this instruction provides the abilityto select one of two subroutines to be executed based on a test condition. instruction 6: conditional jump vector. this instruction provides the capability to take the branch address from a third source heretofore not discussed. in orderfor this instruction to be useful, the MA2910 output vect is used to control a three-state control input of a register, buffer,or prom containing the next microprogram address. this instruction provides one technique for performing interrupt type branching at the microprogram level. since this instruction is conditional, a pass causes the next address to betaken from the vector source, while failure causes the next address to be taken from the microprogram counter. in the example, if the conditional jump vector instruction is contained at location 52, execution will continue at vector address 20 if the cc input is low and the microinstruction at address 53 will be executed if the cc input is high. instruction 7: conditional jump. conditional jump via the contents of the MA2910 register/ counter or the contents of the pipeline register. this instruction is very similar to instruction 5; the conditional jump-to-subroutine via r or pl. the major difference betweeninstruction 5 and instruction 7 is that no push onto the stack is performed with 7. the example depicts this instruction as a branch to one of the two locations depending on the test condition. the example assumes the pipeline register contains the value 70when the contents of address 52 are being executed. as the contents of address 53 are clocked into the pipeline register, the value 70 is loaded into the register/counter in the MA2910. the value 80 is available when the contents of the address 53 are in the pipeline register. thus, control is transferred to either address 70 or address 80 depending on the test condition. figure 10: 7 cond jump r/pl (jrp) instruction 8: repeat loop, counter 1 zero. this microinstruction makes use of the decrementing capability of the register/counter. to be useful, some previousinstruction, such as 4, must have loaded a count value into the register/counter. this instruction checks to see whether the register/counter contains a non-zero value. if so, the register/ counter is decremented, and the address of the next microinstruction is taken from the top of the stack. if the register/counter contains zero, the loop exit condition is occurring; control falls through to the next sequential microinstruction by selecting pc; the stack is popd by decrementing the stack pointer, but the contents of the top ofthe stack are thrown away. in this example, location 50 is most likely to have contained a push/conditional load counter instruction which would have caused address 51 to be pushed on the stack and thecounter to be loaded with the proper value for looping the desired number of times. in this example, since the loop test is made at the end of the instructions to be repeated (microaddress 54), the propervalue to be loaded by the instructions at address 50 is one less than the desired number of passes through the loop . this method allows a loop to be executed 1 to 4096 times. if it desired to execute the loop from 0 to 4095 times, thefirmware should be written to make the loop exit test immediately after loop entry. single-microinstruction loops provide a highly efficient capability for executing a specific microinstruction a fixed number of times. examples include fixed rotates, byte swap,fixed point multiply, and fixed point divide. figure 11: 8 erpeat loop, cntr 1 0 (rfct) figure 9: 6 cond jump vector (cjv)
MA2910 7 instruction 9: repeat pipeline register, counter 1 zero this instruction is similar to instruction 8 except that the branch address now comes from the pipeline register ratherthan the file. in some cases, this instruction may be thought of as a one-word file extension; that is, by using this instruction, a loop with the counter can still be performed when subroutines are nested nine deep. this instructions operation is very similar to that of instruction 8. the differences are that on thisinstruction, a failed test condition causes the source of the next microinstruction address to be the d inputs; and, when the test condition is passed, this instruction does not perform a pop because the stack is not being used. in this example, the repeat pipeline, counter j zero instruction is instruction 52 and is shown as a singlemicroinstruction loop. the address in the pipeline register would be 52. instruction 51 in this example could be the loadcounter and continue instruction (number 12). while the example shows a single microinstruction loop, by simply changing the address in a pipeline register, multi-instruction loops can be performed in this manner for a fixed number of times as determined by the counter. figure 13: 10 cond return (crtn) instruction 11: conditional jump pipeline registeraddress and pop stack. this instruction provides another technique for loop termination and stack maintenance. the example shows aloop being performed from address 55 back to address 51. the instructions at locations 52,53, and 54 are all conditional jump and pop instructions. at address 52, if the cc input is low, a branch will be made to address 70 and the stack willbe properly maintained via a pop. should the test fail, the instruction at location 53 ( the next sequential instruction) will be executed. likewise, at address 53, either the instruction at 90 or 54 will be subsequently executed, respective to the test being passed or failed. the instruction at 54 follows the same rules, going to either 80 or 55. an instruction sequence as described here, using the conditional jump pipeline and pop instruction, is very usefulwhen several inputs are being tested and the microprogram is looping waiting for any of the inputs being tested to occur before proceeding to another sequence of instructions. this provides the powerful jump-table programming technique at the firmware level . figure 12: 9 repeat pl, cntr 1 0 (rpct) instruction 10: conditional return form subroutine. as the name implies, this instruction is used to branch from the subroutine back to the next microinstruction address following the subroutine call. since this instruction is conditional, the return is performed only if the test is passed. if the test is failed, the next sequential microinstruction is performed. this example depicts the use of the conditionalreturn-from-subroutine instruction in both the conditional and the unconditional modes. this example first shows a jump-to-routine at instruction location 52 where control is transferred to location90. at location 93, a conditional return-from- subroutine instruction is performed. if the test is passed,the stack is accessed and the program will transfer to the next instruction at address 53. if the test is failed, the next microinstruction at address 94 will be executed, the programwill continue to address 97 where the subroutine is complete. to perform an unconditional return-from-subroutine, the conditional return-from-subroutine instruction is executed unconditionally; the microinstruction at address 97 is programmed to force ccen high, disabling the test and the forced pass causes an unconditional return. figure 12: 9 repeat pl, cntr 1 0 (rpct)
MA29108 instruction 12: load counter and continue. this instruction simply enables the counter to be loaded with the value at its parallel inputs. these inputs are normallyconnected to the pipeline branch address field which (in the architecture being described here) serves to supply either a branch address or a counter value depending upon the microinstruction being executed. altogether there are three ways of loading the counter: the explicit load by this instruction 12; the conditional load includedas part of instruction 4; and use of rld input along with any instructions. the use of rld with any instruction overrides any counting or decrementation specified in the instruction, calling for a loadinstead. its use provides additional microinstruction power, at the expense of one bit of microinstruction width instruction 12 is exactly equivalent to the combination of instruction 14 and rld low. its purpose is to provide a simple capability to load the register/counter in those implementationswhich do not provide microprogrammed control for rld . the example shows the test end-of-loop microinstruction at address 56. if the test fails, the microprogram will branch to address 52. address 52 is on thestack because a push instruction had been executed at address 51. if the test is passed at instruction 56, the loop isterminated and the next sequential microinstruction at address 57 is executed which also causes the stack to be popd; thus accomplishing the required stack maintenance. instruction 14: continue. this simply causes the microprogram counter to increment so that the next sequential microinstruction is executed. this isthe simplest microinstruction of all and should be the default instruction which the firmware requests whenever there is nothing better to do. instruction 15: three-way-branch. this instruction is the most complex and provides for testing of both a data-dependent condition and the counterduring one microinstruction and provides for selecting among one of three microinstruction addresses as the next microinstruction to be performed. like instruction 8, a previousinstruction will have loaded a count into the register/counter while pushing a microbranch address onto the stack. instruction 15 performs a decrement-and-branch-until-zero function similar to instruction 8. the next address is taken fromthe top of the stack until the count reaches zero. when the counter reaches zero the next address comes from the pipeline register. the above action continues as long as thetest condition fails. if at any execution of instruction 15 the test condition is passed, no branch is taken and the microprogram counter register furnishes the next address. when the loop is ended, either by a count becoming zero, or by passing the conditional test, the stack is popd by decrementing the stack pointer, since interest in the value contained at the top of the stack is then complete. the application of instruction 15 can enhance performance of a variety of machine-level instructions. forinstance: (1) a memory search instruction to be terminated either by finding a desired memory content or by reaching the search limit; (2) variable-field-length arithmetic terminated early upon finding that the content of the portion of the field stillunprocessed is all zeroes; (3) key search in a disc controller processing variable length records; (4) normalization of a floating point number. figure 15: 12 ld cntr & continue (ldct) instruction 13: test end-of-loop. this instruction provides the capability of conditionally exiting a loop at the bottom; that is, this is a conditional instruction that will cause the microprogram to loop via the fileif the test is failed, else to continue to the next sequential instruction. figure 16: 13 test end loop (loop) figure 17: 14 continue (cont)
MA2910 9 as one example, consider the case of a memory search instruction. as shown, the instruction at microprogram address63 can be instruction 4 (push), which will push the value 64 onto the microprogram stack and load the number n, which is one less than the number of memory locations to be searched before ending the search. location 64 contains a microinstruction which fetches the next operand from the memory area being searched and compares it with the searchkey. location 65 contains a microinstruction which tests the result of the comparison and is a three-way branch for microprogram control. if no match is found, the test fails and the microprogram goes back to location 64 for the next operand address. when the count becomes zero, the microprogram branches to location 72, and carries out the instruction at location 72, if no match is found. if a match occurs on anyexecution of the three-way branch at location 65, control falls through to location 66 which handles the case. whether the instruction ends by finding a match or not, the stack will have been popd once thus removing the value 64 from the top of the stack. architectureone level pipeline based (recommended) one level pipeline provides better speed than most other architectures as the microprogram memory and the ma2901array are in parallel paths. this is the recommended architecture for all ma2900 designs. figure 19a: one level pipeline based figure 18: 15 three-way branch (twb) figure 19b: timing relationship in the ccu
MA291010 address based the register at the MA2910 output contains the microinstruction being executed. the microprogram memoryand ma2901 are in series within the critical path. this architecture is of comparable speed to the instruction basedarchitecture, but requires fewer register bits, since only the address (typically 10 to 12 bits) is stored instead of the instruction. instruction based a register at the microprogram memory output contains the microinstruction being executed. the microprogram memory and ma2901 delay are in series. conditional branches are executed on the same cycle as the alu operation generating the condition. figure 22: address based figure 20: instruction based two level pipeline based this architecture provides the highest possible speed. it is, however, more difficult to program as the selection of a microinstruction occurs two instructions ahead of its execution. data based the status register provides conditional branch control based on results of the previous alu cycle. the microprogrammemory and the ma2901 are in series within the critical path. figure 21: data based figure 23: two level pipeline based
MA2910 11 dc characteristics and ratings parameter min max units supply voltage -0.5 7 v input voltage -0.3 v dd +0.3 v current through any pin -20 +20 ma operating temperature -55 125 c storage temperature -65 150 c note: stresses above those listed may cause permanent damage to the device. this is a stress rating only and functional operation of the device at these conditions, or atany other condition above those indicated in the operations section of this specification, is not implied. exposure to absolute maximum rating conditions for extended periodsmay affect device reliability. figure 24: absolute maximum ratings subgroup definition 1 static characteristics specified in figure 26 at +25c 2 static characteristics specified in figure 26 at +125c 3 static characteristics specified in figure 26 at -55c 9 switching characteristics specified in figures 27 to 29 at +25c 10 switching characteristics specified in figures 27 to 29 at +125c 11 switching characteristics specified in figures 27 to 29 at -55c figure 25: definition of subgroups total dose radiation not exceeding 3x10 5 rad (si) symbol parameter conditions units min. typ. max . v dd supply voltage - 4 5 5.0 5 5 v v ih input high voltage - 2.0 - - v v il input low voltage - - - 0 8 v v oh output high voltage i oh = -2ma 2.4 - - v v ol output low voltage i ol = 5ma - - 0.4 v i in input leakage current (note 1) v dd = 5.5v, - - 10 a v in = v ss or v dd i oz tristate leakage current (note 1) v dd = 5.5v, - - 50 a v in = v ss or v dd i dd power supply current static, v dd = 5.5v - 0.1 10 ma mil-std-883, method 5005, subgroups 1, 2, 3v dd = 5v 10%, over full operating temperature range. note 1: worst case at t a = +125c, guaranteed at t a = -55c. 300k rad(si) values at higher radiation levels are available on request. figure 26: operating electrical characteristics
MA291012 ac electrical parameters1. v dd = 5v 10%. c cl = 50pf 2. operating temperature is specified when ordering (see ordering information section on last page).3. enable/disable times measured to 0.5v change on output voltage level with c l = 50pf. 4. time measurement reference level = 1.5 volts.5. input pulse = v ss to 3.0 volts. 6. set-up and hold times measured relative to cp. input t s t h di ? r 16 5 di ? pc 20 5 i 0 -i 3 30 5 cc 35 0 ccen 35 0 ci 15 5 rld 15 5 figure 27: set-up and hold times input y pl, vect, map full d 0 -d 11 30 - - i 0 -i 3 45 30 - cc 45 - - ccen 45 - - cp 60 - 32 o e e n a b l e 25 - - (note 1) o e d i s a b l e 25 - - (note 1) figure 29: combinational delays minimum clock low time 20ns minimum clock high time 35ns minimum clock period 55ns figure 28: clock requirements figure 30: ac timings mil-std-883, method 5005, subgroups 9, 10, 11
MA2910 13 outlines & pin assignments ref millimetres inches min. nom. max. min. nom. max. a - - 5.715 - - 0.225 a1 0.38 - 1.53 0.015 - 0.060 b 0.35 - 0.59 0.014 - 0.023 c 0.20 - 0.36 0.008 - 0.014 d - - 51.31 - - 2.020 e - 2.54 typ. - - 0.100 typ. - e1 - 15.24 typ. - - 0.600 typ. - h 4.71 - 5.38 0.185 - 0.212 me - - 15.90 - - 0.626 z - - 1.27 - - 0.050 w - - 1.53 - - 0.060 xg405 1 y4 2 d4 3 y5 4 d5 5 vect 6 pl 7 map 8 i3 9 i2 10 vdd top view 11 i1 12 i0 13 ccen 14 cc 15 rld 16 full 17 d6 18 y6 19 d7 20 y7 40 d3 39 y3 38 d2 37 y2 36 d1 35 y1 34 d0 33 y0 32 ci 31 cp 30 gnd 29 oe 28 y11 27 d11 26 y10 25 d10 24 y9 23 d9 22 y8 21 d8 d w a e b z h a 1 15 m e c e 1 seating plane 1 20 40 21 figure 31: 40-lead ceramic dil (solder seal) - package style c
MA291014 radiation tolerancetotal dose radiation testing for product procured to guaranteed total dose radiation levels, each wafer lot will be approved when all sample devices from each lot pass the total dose radiation test. the sample devices will be subjected to the total dose radiation level (cobalt-60 source), defined by the orderingcode, and must continue to meet the electrical parameters specified in the data sheet. electrical tests, pre and post irradiation, will be read and recorded. gec plessey semiconductors can provide radiation testing compliant with mil-std-883 method 1019 ionizing radiation (total dose) test.ordering information for details of reliability, qa/qc, test and assembly options, see manufacturing capability and quality assurance standards section 9. unique circuit designator sr q radiation hard processing 100 krads (si) guaranteed 300 krads (si) guaranteed radiation tolerance c n ceramic dil (solder seal)naked die package type qa/qci process (see section 9 part 4) test process (see section 9 part 3) assembly process (see section 9 part 2) l c d eb s rel 0rel 1 rel 2 rel 3/4/5/stack class bclass s reliability level max2910xxxxx total dose (function to specification)* 3x10 5 rad(si) transient upset (stored data loss) 5x10 10 rad(si)/sec transient upset (survivability) >1x10 12 rad(si)/sec neutron hardness (function to specification) >1x10 15 n/cm 2 single event upset** 1x10 -10 errors/bit day latch up not possible * other total dose radiation levels available on request** worst case galactic cosmic ray upset - interplanetary/high altitude orbit figure 32: radiation hardness parameters
MA2910 15 this publication is issued to provide information only which (unless agreed by the company in writing) may not be used, applied or reproduced for any purpose nor form part of any order or contract nor tobe regarded as a representation relating to the products or services concerned. no warranty or guarantee express or implied is made regarding the capability, performance or suitability of any product orservice. the company reserves the right to alter without prior notice the specification, design or price of any product or service. information concerning possible methods of use is provided as a gui de onlyand does not constitute any guarantee that such methods of use will be satisfactory in a specific piece of equipment. it is the user?s responsibility to fully determine the performance and suitability of anyequipment using such information and to ensure that any publication or data used is up to date and has not been superseded. these products are not suitable for use in any medical products whose failure to perform may result in significant injury or death to the user. all products and materials are sold and services provided subject to the company?s conditions of sale, which are available on request. headquarters operationsgec plessey semiconductors cheney manor, swindon, wiltshire, sn2 2qw, united kingdom. tel: (01793) 518000 fax: (01793) 518411 gec plessey semiconductors p.o. box 660017, 1500 green hills road, scotts valley, california 95067-0017, united states of america. tel: (408) 438 2900 fax: (408) 438 5576 customer service centres? france & benelux les ulis cedex tel: (1) 64 46 23 45 fax: (1) 64 46 06 07 ? germany munich tel: (089) 3609 06-0 fax: (089) 3609 06-55 ? italy milan tel: (02) 66040867 fax: (02) 66040993 ? japan tokyo tel: (03) 5276-5501 fax: (03) 5276-5510 ? north america scotts valley, usa tel: (408) 438 2900 fax: (408) 438 7023 ? south east asia singapore tel: (65) 3827708 fax: (65) 3828872 ? sweden stockholm tel: 46 8 702 97 70 fax: 46 8 640 47 36 ? taiwan, roc taipei tel: 886 2 5461260 fax: 886 2 7190260 ? uk, eire, denmark, finland & norway swindon, uk tel: (01793) 518527/518566 fax: (01793) 518582 these are supported by agents and distributors in major countries world-wide.? gec plessey semiconductors 1995 publication no. ds3578-2.5 april 1995 technical documentation - not for resale. printed in united kingdom.
www .zarlink.com  
  
       
  
   
  
  
   
   
  
   
 


  
   
  
 
     
     
   


       
 
 

  


   
  

     

      

     
    

           
       
     
 
 
       

   
       

         
    
  
  !  

         
     
  

   


   "      

       
   
  
 

 
 
  #
 
     
  

        
       
    
$
 



   
 

          

 

         
                                 
  
         
     $    
  


  
     

  
 
 
 

   %       
 
  
        !  


    
    

     


       
  
  
  
      
 
    
         
            
   
 
   

 
   &
    
     '    


     
        


   &
   
  

        

     
               '  
        

   
     
    $         
    
   
      
        
 


 
%       (   
    
 
 %   
 '  

 
 
  &    "   
    )  *      
       "

   )  * "   
          
    )  *   
           )  *  


 
 "

 
  
 
      
 
 *
 )++,
 
 ( -
 -     $.* *(/01*2'. $($1 # 1$31--.(/. for more inf ormation about all zarlink pr oducts visit our w eb site at


▲Up To Search▲   

 
Price & Availability of MA2910

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X